commit statement meaning in Chinese
托付语句, 提交语句
Examples
- A commit statement controls the unit of work
Commit语句控制工作单元。 - Be sure to issue the commit statement frequently in your application
要确保在您的应用程序中经常发出commit语句。 - A commit statement guarantees all of the transaction s modifications are made a permanent part of the database
Commit语句保证事务的所有修改在数据库中都永久有效。 - Issuing a commit records all the work since the last commit statement " for keeps " in the database
发出commit会将自上一个commit语句之后的所有工作“永远”记录到数据库中。 - By issuing commit statements when work is complete , and ensuring that the data is accurate , you free up that data for other applications to use
通过在工作完成时发出commit语句,并且确保数据是正确的,就释放了该数据以供其它应用程序使用。